Skip to content

Conversation

estebank
Copy link
Contributor

This change is needed to land rust-lang/rust#88781, as it changes the
handling of emojis in source code to treat them as identifiers.

@rust-highfive
Copy link

r? @alexcrichton

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 24, 2021
@ehuss
Copy link
Contributor

ehuss commented Nov 24, 2021

It looks like you need to include something that won't tokenize to get rustdoc to display a warning. Really anything you can think of to make it display a warning should be fine.

Also, while you're there, can you remove the without_status? It isn't needed anymore.

This change is needed to land rust-lang/rust#88781, as it changes the
handling of emojis in source code to treat them as identifiers.
@estebank estebank force-pushed the update-test-for-emoji branch from 32e4ada to 0dfe70f Compare November 24, 2021 17:08
@estebank
Copy link
Contributor Author

The only non-tokenizable char I could think of was , I hope thats ok. I also removed without_status`

@ehuss
Copy link
Contributor

ehuss commented Nov 24, 2021

Backtick seems fine. Any of the rustdoc lints would also work.

@bors r+

Feel free to bump cargo in your PR, or let me know if you want me to do it separately.

@bors
Copy link
Contributor

bors commented Nov 24, 2021

📌 Commit 0dfe70f has been approved by ehuss

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 24, 2021
@bors
Copy link
Contributor

bors commented Nov 24, 2021

⌛ Testing commit 0dfe70f with merge 7f08ace...

@bors
Copy link
Contributor

bors commented Nov 24, 2021

☀️ Test successful - checks-actions
Approved by: ehuss
Pushing 7f08ace to master...

@bors bors merged commit 7f08ace into rust-lang:master Nov 24, 2021
@ehuss ehuss added this to the 1.58.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants